home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / arexx / rxdssppr.rdm < prev    next >
Text File  |  1996-05-20  |  1KB  |  35 lines

  1. Short:    V3.4 ARexx function lib for V37+ functions (ReadArgs, pattern matching, etc. )
  2. Author:   hartmut Goebel <hartmut@oberon.nbg.sub.org>
  3. Uploader: hartmut Goebel <hartmut@oberon.nbg.sub.org>
  4. Version:  3.4
  5. Type:     util/rexx
  6. Requires: Requires AmigaOS 2.04 (V37)
  7.  
  8. Copyright (C) 1994-1996 by hartmut Goebel
  9.  
  10. ARexx function library for accessing Dos V37+ functions.
  11. Amungst are ReadArgs(), GetVar() etc. and pattern matching.
  12.  
  13. After programming ARexx script for quite a while, I missed some
  14. function found in dos.library --  especially access to
  15. environment variables and the comfortable argument parsing. Since
  16. there seamed to be no ARexx function library which implements
  17. this functions, I decited to write my own. And here it is.
  18.  
  19. This are the functions handled by this library.
  20. · ReadArgs()
  21. · GetVar(), SetVar(), DeleteVar()
  22. · ParsePattern(), MatchPattern() - even case-insensitive
  23. · Fault()
  24. · Delete(), Rename(), MakeDir()
  25. · SetComment(), SetProtection()
  26.  
  27. V3 enables /T for ReadArgs() and adds some more functions:
  28. · FilePart(), PathPart(), AddPart(), AbsolutePath()
  29.  
  30.  
  31. hartmut Goebel
  32. Aufseßplatz 5
  33. 90459 Nürnberg
  34. Germany
  35.